C1.LiveLinq.Indexing.Search Namespace > IIndexScanner<T,TKey> Interface > Join Method : Join<T2,TResult>(IEnumerable<T2>,Func<T2,TKey>,Func<T,T2,TResult>,JoinOperator) Method |
'Declaration
Overloads Function Join (Of T2,TResult)( _ ByVal source As System.Collections.Generic.IEnumerable(Of T2), _ ByVal keySelector As System.Func(Of T2,TKey), _ ByVal resultSelector As System.Func(Of T,T2,TResult), _ ByVal op As JoinOperator _ ) As System.Collections.Generic.IEnumerable(Of TResult)
System.Collections.Generic.IEnumerable<TResult> Join<T2,TResult>( System.Collections.Generic.IEnumerable<T2> source, System.Func<T2,TKey> keySelector, System.Func<T,T2,TResult> resultSelector, JoinOperator op )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2